-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release-24.2: workload/schemachange: turn on exec logging for all statements #137810
Conversation
Release note: None
This will make the error formatting work more conventionally. Release note: None
This will help us see exactly which statements were executed by the workload, including helper queries. Release note: None
778e179
to
26fb787
Compare
Thanks for opening a backport. Please check the backport criteria before merging:
If your backport adds new functionality, please ensure that the following additional criteria are satisfied:
Also, please add a brief release justification to the body of your PR to justify this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, 1 of 1 files at r2, 1 of 1 files at r3, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @csgourav, @sambhav-jain-16, and @shailendra-patel)
Backport 3/3 commits from #137774 on behalf of @rafiss.
/cc @cockroachdb/release
workload: log full stack trace of error on failure
workload/schemachange: make ErrorState implement Cause()
This will make the error formatting work more conventionally.
workload/schemachange: turn on exec logging
This will help us see exactly which statements were executed by the
workload, including helper queries.
Epic: None
Release note: None
Release justification: test only change